Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-44545: Design initial calibration report format #291

Merged
merged 4 commits into from
Oct 17, 2024
Merged

Conversation

czwa
Copy link
Contributor

@czwa czwa commented Oct 2, 2024

Fix missing PTC dataset type.

@@ -104,7 +104,7 @@ def __call__(self, data: KeyedData, ax: Axes, **kwargs) -> KeyedData:
data[self.xKey] if self.xKey is not None else range(len(data[self.valsKey])), # type: ignore
data[self.valsKey], # type: ignore
color=self.color if self.color is not None else None,
marker=self.marker if self.marker is not None else None,
marker=self.marker if self.marker is not None else ".",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree that a lot of these defaults seem a little weird.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There was some pushback to this change on slack, but I plan to still merge it with this logic: merging this change will make some line plots that use this element look different; not merging it will make scatter plots that use this element empty.

@czwa czwa merged commit ebf2b1a into main Oct 17, 2024
8 checks passed
@czwa czwa deleted the tickets/DM-44545 branch October 17, 2024 04:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants